TripSessionStarterAction

sealed class TripSessionStarterAction : Action

Defines actions responsible to mutate the TripSessionStarterState.

Types

EnableReplayTripSession
Link copied to clipboard
object EnableReplayTripSession : TripSessionStarterAction
The action enables replay trip session based on simulated gps updates.
EnableTripSession
Link copied to clipboard
object EnableTripSession : TripSessionStarterAction
The action enables trip session based on real gps updates.
OnLocationPermission
Link copied to clipboard
data class OnLocationPermission(granted: Boolean) : TripSessionStarterAction
The action informs whether the location permissions have been granted.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

TripSessionStarterAction
Link copied to clipboard
TripSessionStarterAction
Link copied to clipboard
TripSessionStarterAction
Link copied to clipboard